←Select platform

DictionaryWithEvents<TKey,TValue> Class

Summary

Represents a collection of keys and values with events when the collection is modified.

Syntax

C#
VB
C++
[SerializableAttribute()] 
[DefaultMemberAttribute("Item")] 
public class DictionaryWithEvents<TKey, TValue> : IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable 
  
<DefaultMemberAttribute("Item")> 
<SerializableAttribute()> 
Public Class DictionaryWithEvents 
    (Of TKey,TValue)  
   Implements System.Collections.Generic.ICollection(Of KeyValuePair(Of TKey,TValue)), System.Collections.Generic.IDictionary(Of TKey,TValue), System.Collections.Generic.IEnumerable(Of KeyValuePair(Of TKey,TValue)), System.Collections.IEnumerable  
[DefaultMemberAttribute("Item")] 
[SerializableAttribute()] 
generic<typename TKey> 
generic<typename TValue> 
public ref class DictionaryWithEvents : public System.Collections.Generic.ICollection<KeyValuePair<TKey,TValue>>, System.Collections.Generic.IDictionary<TKey,TValue>, System.Collections.Generic.IEnumerable<KeyValuePair<TKey,TValue>>, System.Collections.IEnumerable   

Type Parameters

TKey
The type of the keys in the dictionary.

TValue
The type of the values in the dictionary.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly